From: Stefan Monnier Date: Wed, 21 Jan 2004 19:36:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24406 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c1ef1bd85698fc9c0d56abb636d0e23ec7470bac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 745c62829b9..1fd65e5d3cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -18,6 +18,11 @@ 2004-01-20 Stefan Monnier + * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work. + (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. + (vc-mcvs-cvs): Remove. + (vc-mcvs-command): Remove use of assert. + * outline.el (outline-insert-heading): Tighten up match. (outline-demote, outline-move-subtree-down): Don't assume anything about outline-regexp. @@ -266,7 +271,7 @@ * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. - * emacs-lisp/lisp-mnt.el (lm-section-end): require outline. + * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline. * progmodes/grep.el (grep-mode-map): Don't remap next-line, previous-line. diff --git a/src/ChangeLog b/src/ChangeLog index 012e24f9280..754e864b72e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-21 Stefan Monnier + + * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. + 2004-01-21 Jan Dj,Ad(Brv * lisp.h: Add undef DECL_ALIGN.